From: Balint Reczey Date: Sat, 14 Nov 2020 02:27:34 +0000 (-0500) Subject: Don't fail build intentionally on unknown systems X-Git-Tag: archive/raspbian/1.0.1+dfsg1-4+rpi1~1^2^2^2~10 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=739dcf2961923b6dfef9b82383a676e44976df04;p=gpac.git Don't fail build intentionally on unknown systems Gbp-Pq: Name dont-err-build-on-uknown-system.patch --- diff --git a/include/gpac/configuration.h b/include/gpac/configuration.h index ad70bb8..6b1f2b2 100644 --- a/include/gpac/configuration.h +++ b/include/gpac/configuration.h @@ -159,8 +159,8 @@ #define GPAC_HAS_JPEG #define GPAC_HAS_PNG -#else -#error "Unknown target platform used with static configuration file" +//#else +//#error "Unknown target platform used with static configuration file" #endif